Docs: Mention the [[example]] section
authorMatt Brubeck <mbrubeck@limpet.net>
Mon, 2 Nov 2015 19:33:34 +0000 (11:33 -0800)
committerMatt Brubeck <mbrubeck@limpet.net>
Mon, 2 Nov 2015 19:36:35 +0000 (11:36 -0800)
src/doc/manifest.md

index cebdee06146bad0e143d2a7befe6d3a623c7bab3..f8dc7b3aa314beca027b07a108ec0fe7f4e4b061 100644 (file)
@@ -446,10 +446,11 @@ each of the test files.
 
 # Configuring a target
 
-All of the  `[[bin]]`, `[lib]`, `[[bench]]`, and `[[test]]` sections support
-similar configuration for specifying how a target should be built. The example
-below uses `[lib]`, but it also applies to all other sections as well. All
-values listed are the defaults for that option unless otherwise specified.
+All of the  `[[bin]]`, `[lib]`, `[[bench]]`, `[[test]]`, and `[[example]]`
+sections support similar configuration for specifying how a target should be
+built. The example below uses `[lib]`, but it also applies to all other
+sections as well. All values listed are the defaults for that option unless
+otherwise specified.
 
 ```toml
 [package]